Incremental reprocessing and S3 object storage (bucket storage v4 - Service v1.26.0) - #611
Open
benitav wants to merge 18 commits into
Open
Incremental reprocessing and S3 object storage (bucket storage v4 - Service v1.26.0)#611benitav wants to merge 18 commits into
benitav wants to merge 18 commits into
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This was referenced Sep 1, 2026
benitav
marked this pull request as ready for review
September 7, 2026 13:38
benitav
commented
Sep 7, 2026
| @@ -0,0 +1,191 @@ | |||
| --- | |||
| title: "Storage Version 4" | |||
Collaborator
Author
There was a problem hiding this comment.
@rkistner this is the main new page - would appreciate your once-over.
rkistner
reviewed
Sep 7, 2026
rkistner
approved these changes
Sep 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves:
--incremental-onlycompact flag added; MongoDB V3 storage compaction restructured (powersync-service #752) #570Also related:
This PR documents V4 storage and the two new Beta features built on top of it:
Summary
api.parameters.max_concurrent_connections: 1000(default 200) as part of the setup, and post-deploy verification steps. The AWS-specific parts (VPC endpoint, IAM policy, ECS roles, multipart lifecycle rule) stay in the internal doc.compact --incremental-onlynote, since the flag is a no-op on version 4 and only skips version 1 and 2 compaction. Technical Details now links to both service repo documents, including the version 4 compaction design.config.storage_version, defaults, and a versions table listing 1, 2 and 4. Removed all mentions of storage version 3.Assumptions and decisions
config.storage_version: 4. S3 object storage is enabled per instance on request during the Beta and for all Cloud instances at GA. Self-hosted deployments configure S3 themselves.configblock (verified: compatibility options must match), the Defragment action, and replication failures.powersync_<instance>_1_246a.Open items
🤖 Codex assisted with tracing the PowerSync Service implementation, finding related documentation, checking technical details, and drafting the changes. It also helped generate the list of changes and decisions in this PR description. Claude Code then reviewed the updates for accuracy.